home *** CD-ROM | disk | FTP | other *** search
- object FrmCategories: TFrmCategories
- Left = 343
- Top = 200
- BorderStyle = bsDialog
- Caption = 'Categories'
- ClientHeight = 314
- ClientWidth = 285
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 6
- Width = 265
- Height = 39
- AutoSize = False
- Caption =
- 'Please note categories should be in the same case as the ones de' +
- 'fined in Outlook. If you do not wish to filter by category leave' +
- ' the list empty.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object TxtCat: TEdit
- Left = 8
- Top = 57
- Width = 193
- Height = 21
- TabOrder = 0
- OnChange = TxtCatChange
- OnKeyPress = TxtCatKeyPress
- end
- object BtnAdd: TButton
- Left = 208
- Top = 55
- Width = 70
- Height = 23
- Caption = 'Add'
- Enabled = False
- TabOrder = 1
- OnClick = BtnAddClick
- end
- object ListCat: TListBox
- Left = 8
- Top = 92
- Width = 193
- Height = 185
- ItemHeight = 13
- TabOrder = 2
- end
- object BtnOk: TButton
- Left = 8
- Top = 285
- Width = 70
- Height = 23
- Caption = '&OK'
- ModalResult = 1
- TabOrder = 4
- end
- object BtnCancel: TButton
- Left = 88
- Top = 285
- Width = 70
- Height = 23
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object BtnRemoveAll: TButton
- Left = 208
- Top = 125
- Width = 70
- Height = 23
- Caption = '&Remove All'
- TabOrder = 6
- OnClick = BtnRemoveAllClick
- end
- object BtnRemove: TButton
- Left = 208
- Top = 93
- Width = 70
- Height = 23
- Caption = '&Remove'
- TabOrder = 3
- OnClick = BtnRemoveClick
- end
- end
-